Received: from gboro.rowan.edu (gboro.rowan.edu [150.250.1.1]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id CAA16478 for <blitz-list@helsinki.fi>; Sun, 18 Sep 1994 02:45:56 +0300
Received: by gboro.rowan.edu (5.57/Ultrix3.0-C)
id AA21824; Sat, 17 Sep 94 19:45:50 -0400
Received: from MARS/MAILQUEUE by mars.rowan.edu (Mercury 1.11);
Sat, 17 Sep 94 19:45:51 +0500
Received: from MAILQUEUE by MARS (Mercury 1.11); Sat, 17 Sep 94 19:45:37 +0500
From: "MACIEJ GORNY" <GORN4907@mars.rowan.edu>
Organization: Rowan College of NJ
To: blitz-list@helsinki.fi
Date: Sat, 17 Sep 1994 19:45:36 EST
Subject: WTitle mess
Priority: normal
X-Mailer: Pegasus Mail v3.1 (R1)
Message-Id: <1C40BD92B91@mars.rowan.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: RO
I use ASLFileRequest to get a file, then I assign whatever it returns
(a file with its path) to a string variable and try to use WTitle to
change window's title to display that file:
WTitle filepath$,"my screens name"
The screen's and window's titles get somehow screwd up after the next
window event it would seem. It contains some random strings, from
file requester, or etc...
It looks like there is a some string memory conflict, or something
like that.
Does anybody know how WTitle works? (Acid Software?) And under what